Skip to content

Upload artifacts with build suffix#29062

Merged
Luap99 merged 1 commit into
podman-container-tools:mainfrom
ashley-cui:nightly-names
Jun 29, 2026
Merged

Upload artifacts with build suffix#29062
Luap99 merged 1 commit into
podman-container-tools:mainfrom
ashley-cui:nightly-names

Conversation

@ashley-cui

Copy link
Copy Markdown
Contributor

The nightly release validation builds both on main and the latest release branch, we should upload the artifacts with a suffix to differentiate the two

Fixes: #29059

Checklist

Ensure you have completed the following checklist for your pull request to be reviewed:

  • Certify you wrote the patch or otherwise have the right to pass it on as an open-source patch by signing all
    commits. (git commit -s). (If needed, use git commit -s --amend). The author email must match
    the sign-off email address. See CONTRIBUTING.md
    for more information.
  • Referenced issues using Fixes: #00000 in commit message (if applicable)
  • Tests have been added/updated (or no tests are needed)
  • Documentation has been updated (or no documentation changes are needed)
  • All commits pass make validatepr (format/lint checks)
  • Release note entered in the section below (or None if no user-facing changes)

Does this PR introduce a user-facing change?

None

The nightly release validation builds both on main and the latest release branch,
we should upload the artifacts with a suffix to differentiate the two

Signed-off-by: Ashley Cui <acui@redhat.com>

@Honny1 Honny1 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Luap99 Luap99 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I guess we should get this in for now.

But we still should update the DOWNLAODS.md and I guess the one mac artifact name

uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: mac-installers
name: mac-installers-${{ needs.get-version.outputs.version_display }}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

non blocking but we only ship one mac installer now, so I guess this should be singular

@Luap99 Luap99 merged commit f1c4cf4 into podman-container-tools:main Jun 29, 2026
70 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nightly release artifact names

3 participants